home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
Tickle-4.0 (tcl)
/
library
/
help
/
tcl
/
control
/
break
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-26
|
332 b
|
14 lines
|
[
TEXT/$Tcl
]
break
DESCRIPTION
This command may be invoked only inside the body of a loop-
ing command such as for or foreach or while. It returns a
TCL_BREAK code to signal the innermost containing loop com-
mand to return immediately.
KEYWORDS
abort, break, loop